home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1993 / Internet Info CD-ROM (Walnut Creek) (1993).iso / networking / terms / tipx / xfer / zlint.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-10-11  |  907 b   |  38 lines

  1. /*+-----------------------------------------------------------------------
  2.     zlint.h
  3. ------------------------------------------------------------------------*/
  4. /*+:EDITS:*/
  5. /*:05-21-1990-16:00-wht@tridom-adapt ecu xfer protocols for tipwht */
  6.  
  7. /* zcommon.c */
  8. static  unsigned int getspeed();
  9. void get_curr_dir();
  10. /* zcurses.c */
  11. char *get_elapsed_time();
  12. char *get_tod();
  13. char *mode_map();
  14. void report_file_close();
  15. void report_file_open_tod();
  16. void report_file_send_open();
  17. void report_init();
  18. void report_last_rxhdr();
  19. void report_last_txhdr();
  20. void report_mode();
  21. void report_rx_ind();
  22. void report_rxblklen();
  23. void report_rxpos();
  24. void report_str();
  25. void report_top_line();
  26. void report_transaction();
  27. void report_tx_ind();
  28. void report_txblklen();
  29. void report_txpos();
  30. void report_uninit();
  31. void report_window();
  32. /* zdebug.c */
  33. /* zmodem.c */
  34. long rclhdr();
  35.  
  36. /* vi: set ts=4 sw=4: */
  37. /* end of zlint.h */
  38.